Skip to content

Conversation

@RobinMalfait
Copy link
Member

This PR prepares for the v3.2 release

Usage:
```sh
npm run release-notes         # Gets notes for current version
npm run release-notes 1.2.3   # Gets notes for explicit version
```
The `prepare release` will be executed when a tag is pushed. It does the
following things:

1. Checks out the repo
2. Installs the dependencies
3. Runs the tests
4. Creates a draft release on GitHub with the release notes pre-filled
   based on the `CHANGELOG.md` file of the current version.

Once you publish the actual release on GitHub, the `release` action will
run. This will execute the following steps:

1. Checks out the repo
2. Installs the dependencies
3. Runs the tests as a sanity check
4. Published the current version to npm
@RobinMalfait RobinMalfait merged commit addaf45 into main Oct 19, 2022
@RobinMalfait RobinMalfait deleted the feat/prepare-release branch October 19, 2022 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants